home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 050a / tmc101.zip / README2.DAT < prev    next >
Text File  |  1993-03-14  |  4KB  |  81 lines

  1. Since the latest printing of the manual the following
  2. alterations have been made to the program:
  3.  
  4. Added system variable "beginlis" to let you set the begining
  5. line number of the file being listed by "lis". This variable
  6. in conjunction with the system variable "lisn" will enable
  7. you to place upon the worksheet any desired block of text
  8. within a file.  The value of "beginlis" can only be set by
  9. entering the system variable name at the "TMC >" prompt
  10. followed by the desired line number.  "beginlis" is not
  11. included in the configuration file "tmccfg.ini" and is
  12. automatically set to a value of 1 at execution time.
  13.  
  14. Removed the system variable "lisn" from the configuration
  15. file "tmccfg.ini" and set it up like "beginlis" described
  16. above. The value set at execution time is 300.
  17.  
  18. Added attribute variables "scrch", "scrtx" and "scrbg" to
  19. the configuration file "tmccfg.ini".  They may be set only
  20. by editing that file prior to execution time.  They set the
  21. ASCII character, and the text and background colors used to
  22. flood the screen and worksheet with upon execution.  They
  23. all three take integer values.
  24.  
  25. Added attribute variables "scatx" and "scabg" to the
  26. configuration file "tmccfg.ini".  They may be set by editing
  27. that file prior to execution time or within the TMC environ-
  28. ment by entering the attribute variable name at the "TMC >"
  29. prompt followed by the desired values.  They set the text
  30. and background colors respectively for the row and
  31. column scales of the interface frame.  They both take
  32. integer values.
  33.  
  34. Added attribute variables "scatx10" and "scabg10" to the
  35. configuration file "tmccfg.ini". They are just like "scatx"
  36. and "scabg" except they set the text and background colors
  37. respectively for the "tens" numbers of the row and column
  38. scales of the interface frame.
  39.  
  40. Added attribute variables "scatx100" and "scabg100" to the
  41. configuration file "tmccfg.ini". They are just like "scatx"
  42. and "scabg" except they set the text and background colors
  43. respectively for the "tens over a hundred" numbers of the
  44. row and column scales of the interface frame.
  45.  
  46. Added a facility for requesting the current value of the
  47. variables "lisn", "beginlis" and "blk" to be displayed in
  48. the prompt area of the main dialog box.  This is done by
  49. entering a question mark "?" at the "TMC >" prompt followed
  50. by the name of the variable.  Other variables can easily be
  51. added but require recompiling the program.
  52.  
  53. Added the display frame "thanks" to the file "menu.dat".
  54. This frame is displayed upon exiting the TMC environment.
  55.  
  56. Added the file "back.man" which is used to print the back
  57. cover of the user's manual if desired.
  58.  
  59. Added the menu driven command "prt" which enables you to
  60. write the contents of a rectangular area of the worksheet
  61. to the printer without assigning the name of your printer to
  62. the TMC system variable "zz" as described in the user's
  63. manual under the description of the command "wrt".  "prt"
  64. can only be executed with a left mouse button click on "prt"
  65. of the menu bar followed by left mouse button clicks at any
  66. two diagonally opposite corners of the rectangular area of
  67. the worksheet you wish to print.  The command is terminated
  68. immediately upon selection of the second corner.  Automatic
  69. scrolling is in effect immediately after clicking on "prt".
  70. Sending data to the printer as described under the descrip-
  71. tion of the command "wrt" in the user's manual is still
  72. valid.
  73.  
  74. Added attribute variable "printer" to the configuration file
  75. "tmccfg.ini".  It may be set by editing that file prior to
  76. execution time or within the TMC environment by entering the
  77. attribute variable name at the "TMC >" prompt followed by
  78. the desired value.  The variable holds the device name of
  79. your printer for use by the command "prt" described above.
  80.  
  81.